'Declaration
<NotNullAttribute()> Public Property SubstituteStateFormat As String
'Usage
Dim instance As UAMultiStateDiscreteNode(Of TValue,TAttribute) Dim value As String instance.SubstituteStateFormat = value value = instance.SubstituteStateFormat
[NotNull()] public string SubstituteStateFormat {get; set;}
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).
The default value of this property is "{0}"
.